SearchData
Properties to make search.
Type
Object
Properties
Name | Type | Description |
---|---|---|
What | string | undefined |
After | ApiRange | The cell after which you want the search to begin. If this argument is not specified, the search starts after the cell in the upper-left corner of the range. |
LookIn | XlFindLookIn | Search data type (formulas or values). |
LookAt | XlLookAt | Specifies whether the whole search text or any part of the search text is matched. |
SearchOrder | XlSearchOrder | Range search order - by rows or by columns. |
SearchDirection | XlSearchDirection | Range search direction - next match or previous match. |
MatchCase | boolean | Case sensitive or not. The default value is "false". |